home *** CD-ROM | disk | FTP | other *** search
- on(release){
- f = 0;
- while(f < 100)
- {
- _root.ground._x = 650;
- _root.ceiling._x = 650;
- _root.stars._x = -669;
- _root.stars2._x = -669;
- _root["spike" + f].removeMovieClip(this);
- _root["ground" + f].removeMovieClip(this);
- _root["ceiling" + f].removeMovieClip(this);
- _root["stars" + f].removeMovieClip(this);
- _root["stars2" + f].removeMovieClip(this);
- _root["block" + f].removeMovieClip(this);
- f++;
- }
- _root.score = 0;
- _root.playerBody1._alpha = 100;
- _root.playerBody2._alpha = 100;
- _root.playerBody3._alpha = 100;
- _root.player.deathCount = 0;
- _root.player._x = 96;
- _root.player._y = 209;
- _root.playerBody1.deathCount = 0;
- _root.playerBody2.deathCount = 0;
- _root.playerBody3.deathCount = 0;
- _root.playerBody1._width = 20;
- _root.playerBody2._width = 16;
- _root.playerBody3._width = 12;
- _root.playerBody1._height = 20;
- _root.playerBody2._height = 16;
- _root.playerBody3._height = 12;
- _root.invincibility = 0;
- _root.gameoverscreen._visible = false;
- _root.invincTimer = 0;
- _root.speed = 0;
- _root.speedMax = 6;
- _root.gameOver = 0;
- _root.lives = 4;
- _root.startText = "";
- _root.phase = 1;
- _root.gameReallyOver = 0;
- _root.bossFight = 0;
- _root.gameOn = 1;
- _root.dir = 1;
- _root.i = 100;
- _root.groundCount = 0;
- _root.littlestarCount = 0;
- _root.spikeCount = 1;
- _root.ceilingCount = 0;
- _root.stars2Count = 0;
- _root.cometCount = 0;
- _root.groundSpeed = 6;
- _root.blockCount = 0;
- _root.starsCount = 0;
- _root.spikeHeightAdd = 20;
- _root.score = 0;
- _root.spikeHeightMin = 90;
- _root.spikeChances = 4;
- _root.blockMax = 30;
- _root.groundHeightMin = 42;
- _root.invincTimer = 0;
- _root.invincMiniTimer = 0;
- _root.invincibility = 0;
- _root.groundHeightAdd = 30;
- _root.player.unloadClip();
- _root.playerBody1.unloadClip();
- _root.playerBody2.unloadClip();
- _root.playerBody3.unloadClip();
- refreshMovie();
- _root.gotoAndPlay(4);
- }
-